home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LISTMANA
/
__TESTER
/
NORMALLI.H
< prev
next >
Wrap
Text File
|
1989-06-25
|
1KB
|
50 lines
/****/
/**** Normal List Window information */
/****/
#define MAX_X 10
#define MAX_Y 20
typedef struct
{
NewListHandle nlh;
int frameOff;
Rect sizeArea;
} NormalWindowInfo;
void NormalListHandlerNew();
void NormalListHandlerHit(int *hit);
void NormalListHandlerClose();
void NormalListHandler(int mess,unsigned char *data);
pascal void NormalListHandlerUpdate();
void NormalListHandlerSetupList(NormalWindowInfo *nwi);
void NormalListHandlerHilite(NormalWindowInfo *nwi);
void NormalListHandlerDrawFrame();
void NormalListHandlerActivate(int act);
void NormalListHandlerKey(char key);
#define ListBox 1
#define AddColumn 2
#define DelColumn 3
#define AddRow 4
#define DelRow 5
#define Frame 6
#define CleanList 7
#define CellSizeButton 8
#define AutoScrollButton 9
char *Titles[MAX_X]=
{
"\PLunacyNess",
"\PCraziNess",
"\PFunkiNess",
"\PWeirdNess",
"\PBizarrNess",
"\PSpecialNess",
"\PLocoNess",
"\PZippyNess",
"\PRandomNess",
"\PSanityNess"
};
#define UseTextBox